home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / mhdemo-e.zip / WUC.IN_ / WUC.IN
Text File  |  1995-05-12  |  3KB  |  138 lines

  1. ;*************************************************************************
  2. ; FILE..........: wuc.ini
  3. ; AUTHOR........: Alexander V. Shturm
  4. ; COPYRIGHT.....: (C) 1993, SuperPhysica Center, St.-Petersburg, Russia.
  5. ; VERSION.......: 1.50
  6. ; DESCRIPTION...: MINI-HOST. WinUUCP Communications Configuration File
  7. ; HISTORY.......: DATE     COMMENT
  8. ;                 -------- ----------------------------------------------
  9. ;                 08-02-93 Last Format Update.
  10. ;*************************************************************************
  11.  
  12. ; *** All timeouts and delay intervals are in 0.1 sec. ***
  13.  
  14. [Host]
  15. HostName=
  16. Domain=
  17. Organization=
  18. ;TimeZone=GMT+0
  19. TimeZone=MSK-3
  20. CountryPhoneCode=7
  21. CityPhoneCode=812
  22.  
  23. [SendMail]
  24. MailServer=
  25. PostMaster=postmaster
  26.  
  27. PredefinedUser1=postmaster
  28. PredefinedUser2=root
  29. PredefinedUser3=Mailer-Daemon
  30. PredefinedUser4=sysop
  31.  
  32. [Directories]
  33. SpoolDir=
  34. PublicDir=
  35. TempDir=
  36. LogFileDir=
  37. SysDir=
  38. StatisticDir=
  39.  
  40. [DiskSpace]
  41. MinimumFreeSpace=80
  42. RecommendedFreeSpace=200
  43.  
  44. [Phones]
  45. DialInternationalPrefix=8W10
  46. DialInternationalSuffix=
  47. DialNationalPrefix=8W
  48. DialNationalSuffix=
  49.  
  50. [Com Port]
  51. Port=COM2:
  52. MaxBaudRate=2400
  53. ResetToConnectSpeed=N
  54. LowerDTRToTerminateCall=Y
  55.  
  56. ModemResponseTimeout=20
  57. HangUpPause=10
  58. DelayBeforeCommand=2
  59.  
  60. ;   Metacharacters:  ~ - pause 1 sec   | - carriage return
  61.  
  62. ; Modem commands
  63. Escape=~+++~
  64. Dial=ATDP
  65. DialPrefix=
  66. DialSuffix=|
  67. OnHook=ATH0|
  68. Reset=ATZ|
  69.  
  70. ; Modem responses
  71. Ok=OK
  72. Connect=CONNECT
  73. NoCarrier=NO CARRIER
  74. NoDialtone=NO DIALTONE
  75. NoAnswer=NO ANSWER
  76. Busy=BUSY
  77. Ring=RING|
  78. Voice=VOICE
  79. Error=ERROR
  80.  
  81. ; Answer Control
  82. AnswerEnabled=Y
  83. AnswerDelay=3
  84. AnswerCommand=ATA|
  85. ModemDialTimeout=400
  86.  
  87. ; Modem initialization sequence
  88. ;   Simbol '!' is a metacharacter. It is used for internal commands:
  89. ;        !E   -turn echo expecting on
  90. ;        !e   -turn echo expecting off
  91. ;        !!   -output symbol '!' to a modem
  92. InitAttempts=3
  93. Init1=!e ATZ|
  94. Init2=AT E1|
  95. Init3=!E AT M1 Q0 X4 &C1 &D2|
  96. Init4=AT S0=0 S7=120 S10=30|
  97.  
  98. [Timeouts]
  99. LineServerPollInterval=60
  100. LineServerReopenInterval=600
  101. XqtInvokeInterval=40
  102. LogInTimeout=50
  103. LogInAttempts=5
  104.  
  105. [Mini-Host Applications]
  106. AccountSetup=mhas.exe
  107. XqtServer=wucl.exe
  108. FileSender=wusfl.exe
  109.  
  110. [Compatibility]
  111. ; Remove a comment from the next line if you want to use
  112. ; UUPC-compatible naming conventions for spooling files:
  113. ;SpoolFileName=UUPC
  114.  
  115. ; Legal values for SpoolEncoding are: KOI8, NONE
  116. ; Default value is KOI8
  117. SpoolEncodingType=NONE
  118.  
  119. ; Send files directly to the nearest host without Uucp command remote call.
  120. ; Specify AllowUucpDirectCopy=N for file sending via WinUUCP/LAN client
  121. AllowUucpDirectCopy=Y
  122.  
  123. ; Default Xqt spool directory on a remote UNIX host
  124. ;RemoteXqtDirectory=/usr/uucp/spool/.Xqtdir/
  125.  
  126.  
  127. [LAN]
  128. ServerSpool=
  129. ScanInterval=2
  130. ServerMode=Y
  131.  
  132. [Log]
  133. MainLogDetails=0xC8F
  134. MainLogWrite=Y
  135.  
  136. [Statistics]
  137. CountCommandFiles=Y
  138.